home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 1999 #7 / K-CD_7_99.iso / Turbo Start / DISK_1.ZIP / ts_help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-11-08  |  965 b   |  73 lines

  1. body
  2. {
  3.   background:    url(bglight.gif) #FFFFE0;
  4.   font-family:    Georgia,Garamond,Times,serif;
  5.   font-size:    12pt;
  6. }
  7.  
  8. h1
  9. {
  10.   font-family:    Georgia,Garamond,Times,serif;
  11.   font-size:    16pt;
  12.   font-weight:    bold;
  13. }
  14.  
  15. h2
  16. {
  17.   font-family:    Georgia,Garamond,Times,serif;
  18.   font-size:    14pt;
  19.   font-weight:    bold;
  20.   color:    #800000;
  21. }
  22.  
  23. h3
  24. {
  25.   font-family:    Georgia,Garamond,Times,serif;
  26.   font-size:    12pt;
  27.   font-weight:    bold;
  28.   color:    #800000;
  29. }
  30.  
  31. li
  32. {
  33.   font-family:    Georgia,Garamond,Times,serif;
  34.   font-size:    12pt;
  35. }
  36.  
  37. UL
  38. {
  39.   list-style: url(red_arrow.gif) disc;
  40. }
  41.  
  42. p, td, th
  43. {
  44.   font-family:    Georgia,Garamond,Times,serif;
  45.   font-size:    12pt;
  46. }
  47.  
  48. th
  49. {
  50.   font-weight:    bold;
  51. }
  52.  
  53. A:link, A:visited
  54. {
  55.   text-decoration: none;
  56.   color:    #0000ff;
  57.  
  58. A:hover
  59. {
  60.  text-decoration:underline;
  61. }
  62.  
  63. A:active 
  64. {
  65.   text-decoration: underline;
  66. }
  67.  
  68. .smallFont
  69. {
  70.   font-family:    Verdana,Arial,Helvetica,sans-serif;
  71.   font-size:    10pt;
  72. }